INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e1746a2b5fa6e15539ad4e864a132a87cdfc8be60f504ffbe8260421a5b41c8f', 
    'i1p95bJsoa9fqVUlQJOB6PLbyZpuu6OdRYeqBKt3UNM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)