INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1edad31cbd1be5496bd3cafcb9c229b1d8b0efa4d9c30e6a17b5c106c51c67e9', 
    'n5QRhpetD2eMiVBDfZs+089EaZ9NeYXO7qZeDeMdNXs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)