QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=33.71..60.23 rows=20 width=37)
Recheck Cond: (id = ANY ('{1730,1724,1769,1781,1786,1244,1358,1047,1767,1776,1676,818,592,809,1679,1675,1681,714,1686,1685}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{1730,1724,1769,1781,1786,1244,1358,1047,1767,1776,1676,818,592,809,1679,1675,1681,714,1686,1685}'::integer[]))