QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=36.84..65.73 rows=31 width=37)
Recheck Cond: (id = ANY ('{592,829,1685,1686,1675,1681,1677,1678,1684,1679,1676,80,714,809,818,815,1724,822,421,1683,1674,830,1776,1769,1781,1786,1358,1767,1244,1047,1730}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..36.84 rows=31 width=0)
Index Cond: (id = ANY ('{592,829,1685,1686,1675,1681,1677,1678,1684,1679,1676,80,714,809,818,815,1724,822,421,1683,1674,830,1776,1769,1781,1786,1358,1767,1244,1047,1730}'::integer[]))