UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 9, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 27 
WHERE 
  product_id IN (
    13205, 13206, 13207, 13208, 13209, 13210
  )

Query time 0.00124

Result

int(6)