UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 6, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 18 
WHERE 
  product_id IN (13275, 13276, 13277, 13278, 13279)

Query time 0.00135

Result

int(5)