INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ed2256adf992c200e8bef575ea67851db5146ba61acf24f6329cf890d3a5c7ae', 
    '7/FDSRNgE1ATVhHKfgBwNPfB+Ffx1WvP+NpXI5owhd8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)