INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd75d07edf9a2711d9fcc94b34a1e9299128d54c140478b211bd142e2a42ce609', 
    'np9T+f9likOl+Srghc5Rkto9NS6cU00s08/J4febd3M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)