INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd6a9db7f0798de8e15619f600becea7f6e4c5faf53aa46dd67f27fc5ef744554', 
    'sFutnHvYV5jicmS1NLlBACZC/7tcPuuqB05pgxtLN6c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00049

Result

int(1)