INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ede9b57fbd7d71288a6d72626ae5efcc2eaa2f762c04cd177f165d36653d5105', 
    'eA8G5HrtReO1zqn7VJq7Kl01Frb3dsz9HUf/BKAotts=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00055

Result

int(1)