INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b5e2eb9c2ccdfccfc21d5e962eef7d90017f7b72279c5c234fadd07b7b2c38b5', 
    'oofTyKCXAoxgStcFjGxCWcBbGVIA8LOV7/EbPUiXOLI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)