INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'be091beb2a08989077d90aad8ed06f4638d07a7748f94ae62aab884184cb4efd', 
    'bqaSC/iz5/BzpftU44/rnsHPq49axqPfeKYHC+7haoc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)