INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5efe8c2b79e30f0036720aae5df0cb59434834e6210df10fc0ecb82677e2fc72', 
    '48D5PxGYdgYnoqC+IdiyPG8qJkTYx2XKc3ehiwZOCac=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)