QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=39.70..68.02 rows=41 width=37)
Recheck Cond: (id = ANY ('{819,1682,1511,1330,1212,823,829,1680,1685,172,1686,1675,1681,1213,1677,1678,1214,1688,1679,231,1684,825,1670,1672,1676,1687,1671,813,80,1277,714,818,1047,1204,1205,822,421,1683,1674,830,815}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..39.69 rows=41 width=0)
Index Cond: (id = ANY ('{819,1682,1511,1330,1212,823,829,1680,1685,172,1686,1675,1681,1213,1677,1678,1214,1688,1679,231,1684,825,1670,1672,1676,1687,1671,813,80,1277,714,818,1047,1204,1205,822,421,1683,1674,830,815}'::integer[]))