INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f6dae8774827b9e9fbe3b75eb4461d259ad9ca562b141d2e14dd69a2f032dd5e', 
    'DdevpuatOxk3N/Hw5BEmdVeaf7WZ/plRLReGiYZBSyo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)