INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '343e065d3d91a758144cc3dcfa77339071f2c5d59424388e2c0ece7a0eb916db', 
    'gh7ciL76IqEYUkppBA6Utf06beOKdUx5zSpLtPgZKK0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)