INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fd07a992ed17c201f5a79c6e9ef1167a9cc03e717e8bffce048bd5645dd53631', 
    'Lm8qco0xRv3ye1m6+Wp8N8rrbWl0o8Pe2rYPcty/ve0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)