INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8565aa21a620829f5eb11bdc348ed8f37345fda148e72946789bfe801d4a198c', 
    'AxePlMJ17VB8XWrkPMxuuo8kFLuZ6erd6kj4C6LLQCg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)