INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5b3113f4a17692904a9e2a479ebe0045d1be765ff980dd14d40d6474735314c7', 
    'EhFrPBEPwerKqE1si+LwjZlvPXGJrgD+qTpW0oKGtFg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)