INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ada8478e782ce2a4a1160df3ad86862ebb4aaeeebbb4d51ba562479791518183', 
    '8YH9EwrCLkKBAeCm+9py5QuJqCpT2kKWUyYURN2LRwM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00050

Result

int(1)