INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '64001b6b747352a255e88fd4833b152ee4d5ea48fc59b5e5d93d7f56ef2ff1c6', 
    'oG+9UrQ8/HwT+Zc8/Zr4u+e2xu7DuMqNHx6qr3f5LTQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)