INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '44f2b44872a854cc302fecda3eb0a4c5183ea4cb87fb8df4eb6ee2b764ab2e6a', 
    'PuIcdevY1ThcCLbUz4CdXwewG2RDFxnhvtygbZv8PsY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)