INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '783fa1a781e7e0cc89f12e5fc381e4687eb30412139a0a16121a82fd37ec2ac4', 
    'XL/jdC51s6cdyY0x6StL+E6upEaedOuGlSf/yIIp2DQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)