INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4d28958ee5153a4013ea70c1c04c0b5fc1bee76b737cd45967e995cb3b99db83', 
    'fVcSeH70Z1nRbsP2sXR2HGkWq0Z2pGotILx8I69tRQo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.07112

Result

int(1)