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

Query time 0.00036

Result

int(1)