INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ebcecf3dd5d01c4ee38652ae4628f3db8fe6fe3c3225057c46a0e41399f4512e', 
    'KXqfcfdK/hRRgmxw5wxLfCPO6mzPnLZHsXfufPWltRM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)