INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9748eb8b4df61cdad6015999512d9051657e6bf7dd6af521fb4a2454ddde5a59', 
    'SIX+WLhWtdIGAtkyhcb35o4VA/s/KYy7xBJe8bWHnas=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)