INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3f517b8ba7c52449a87a600e4b360d02eb3636b20fac0945017076700d5f8005', 
    'QEALw0R9cc3cHFbL/4nldqwScE3gc6GG3Y/1CZkNfP4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)