INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f49fc98aacd54ff5f8e3b83ae8ed81200a07a0af7a41aeb28ee85ab0a8131915', 
    'dijdd+FoZwAP05iRhFKQ9Ld1oPv9cNPhL81HFlrheuw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)