INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '07862bd6f6d1b2337c5f7f2cd0a730335d0bf2329977614f99144a23fa3fd7f3', 
    'dX0yONtmGU9NLuM2WpWWGOS/4Gw6NE8Ttov+SgM7cCs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)