INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f1d8d0a2e18156bd9bdb5950999f1972e806edfeb4f08097b2180216e70329ab', 
    'G1x29srwv41HO7xhbt1PftDvq4lcPOGI1kgxmY646zY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)