INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '07f1a82eeecdf027256fc3e22e85e9672b9ba62c212c05ec7b410c7d6c57ab54', 
    'v1s5LZ45BTy9cwh2X0PfWkSQ/3mwGw76HV2mCXDrP2g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)