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

Query time 0.00062

Result

int(2)