INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2bafc70e818447595a8c743b503790f29ebd385721941944f025042b6022ef6a', 
    'f+raKTwIBT1NYpPORIpeePP4SAmf0qNFMkEgxFeZPww=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)