INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b6e585ca858f8c7bf03ab05d3b8c056f5cfd2b19146459c48d18453320daf299', 
    'OwX4GtMnnfgg2N5bZ/RbzvZPY8FpMR2etxuwhE2/Xq0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)