INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '03e2a468a7e590002c59ac74d0cee6652f2b9e6929f924062e93ae9e0a09f86b', 
    'KBMSdLFBXAAqoxeGsrU6beofr3swz+2vinuDc4E8wHc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)