QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=45.69..75.11 rows=62 width=37)
Recheck Cond: (id = ANY ('{1358,1344,1244,1359,1243,103,593,592,613,1504,1505,1506,1507,612,745,746,607,999,165,167,339,1051,802,804,356,615,805,806,591,695,531,730,736,737,738,741,744,600,618,757,210,256,1119,799,191,803,750,743,904,1004,1011,1012,1026,1040,765,1042,1041,1046,1047,1048,1049,1050}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..45.67 rows=62 width=0)
Index Cond: (id = ANY ('{1358,1344,1244,1359,1243,103,593,592,613,1504,1505,1506,1507,612,745,746,607,999,165,167,339,1051,802,804,356,615,805,806,591,695,531,730,736,737,738,741,744,600,618,757,210,256,1119,799,191,803,750,743,904,1004,1011,1012,1026,1040,765,1042,1041,1046,1047,1048,1049,1050}'::integer[]))