INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f1a083087fb4b5c8f9913a770ead10e89f484ab281d52758da08c7348d55d29f', 
    'CeqPxLxEt7XEyqUX7S4eMw0WkrM9WMjUan+GqaET9e4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)