INSERT INTO cscart_product_popularity (
  `viewed`, `added`, `deleted`, `bought`, 
  `total`, `product_id`
) 
VALUES 
  (1, 0, 0, 0, 3, 135) ON DUPLICATE KEY 
UPDATE 
  viewed = viewed + 1, 
  added = added + 0, 
  deleted = deleted + 0, 
  bought = bought + 0, 
  total = total + 3

Query time 0.00024

Result

/var/www/cs-cart/data/www/cs-cart.pixy.pro/var/cache/templates/bright_theme/fb59f67c06220b002af43220285100eb8e5f24d8_2.backend.sql_parse.tpl.php:343:int 2