QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=33.42..58.63 rows=19 width=37)
Recheck Cond: (id = ANY ('{172,1523,633,1382,1691,1692,1578,1693,1700,1699,1640,742,743,1033,1698,1676,531,75,813}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..33.41 rows=19 width=0)
Index Cond: (id = ANY ('{172,1523,633,1382,1691,1692,1578,1693,1700,1699,1640,742,743,1033,1698,1676,531,75,813}'::integer[]))