INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd1dbc0249269a644c38797987291d0a8a8787cec20b799718def4954d72c4263', 
    'op3uZTuLwg0dSF0ZDUGcuAu4PI/t/Fx5alGeoGYqZ+g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)