INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c99a7c7de6ee07502ae8a157c5caf3624dfd3e02c0e226867d96b6c4b424db3f', 
    'bEC/Nw58grqz9+uZ9BRsxcMhKLKEdbR2NdRPuUctxos=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)