QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=37.41..65.44 rows=33 width=37)
Recheck Cond: (id = ANY ('{1697,743,1721,748,1437,1441,1657,1022,1513,749,1520,1723,75,1720,1052,656,716,1516,1514,1515,1019,1517,1521,1519,1240,741,1500,1382,801,784,1012,999,103}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..37.41 rows=33 width=0)
Index Cond: (id = ANY ('{1697,743,1721,748,1437,1441,1657,1022,1513,749,1520,1723,75,1720,1052,656,716,1516,1514,1515,1019,1517,1521,1519,1240,741,1500,1382,801,784,1012,999,103}'::integer[]))