INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ef3a03e5ebdaeb2bfae1ae61d511b8c8aa9ab5f9f02c3ff7e3129127c0b8eb96', 
    'bhPcBqyoGpEiRoJhBvgRGw2ZnryYtEniARQwfxXyvk0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)