INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '713443835e510df7d2a81935abcde50f278b56c4290785c68bf131083253863c', 
    'GTw/pEG8K8H91TThh0zG41Lyp7+lNPx8hceVNQ1OXBM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)