INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c14dde6c73b5f69a3c0d00db8e058f2ac089ea9af91718ea3e948397c0790a84', 
    'SMGZFyxsEFLL/5CdLM+bORcOHrx7Ig4SiftQV308xrc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)