INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '19d904c6cd34653e17a8dd8b6e3626d6ce9a75f68a18a8f828fcb84e1a276e02', 
    'nEyrZaaMBKlT2rCcYDOyouXt7c0gP2/TPH41l7NqIa0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)