INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '89fb99166cf59ca614d32ff0b33888ca2d07d51f34382c32bbcdafa4785529e1', 
    'dAsPEG2ePOQjCAZdo/4YEuBbW4dUF48NXhnsLZhSg80=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)