INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ddaafe020572b9e73719154a66b1f7517f97e4e9543899d3dbd698c2805db6e6', 
    'e2UCc6xWa+ZQUi1u/+0KRAXQJtf+EhYqYZA2wYszL80=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)