INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e00801fdecbf3a5d2e40b0431b910f73a4063fed7d09b22e36d7d53e055d3620', 
    'FH1n6Rs9L3SScculXL6o9Djn76Y4QMTaNguppNBG80s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)