INSERT INTO cscart_cp_statistics_product_popularity (
  `product_id`, `viewed`, `total`, `timestamp`
) 
VALUES 
  (389, 1, 3, 1747814400) ON DUPLICATE KEY 
UPDATE 
  viewed = viewed + 1, 
  total = total + 3

Query time 0.02712

Result

int(2)