QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=40.84..67.82 rows=45 width=37)
Recheck Cond: (id = ANY ('{1262,1313,526,857,1334,1333,1336,1326,1335,1191,783,1361,1362,1363,1364,1371,1372,1373,1147,593,592,1585,1058,274,77,366,1015,604,626,1220,328,1025,1167,1181,695,661,531,704,1009,707,600,1010,1052,1241,1242}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..40.83 rows=45 width=0)
Index Cond: (id = ANY ('{1262,1313,526,857,1334,1333,1336,1326,1335,1191,783,1361,1362,1363,1364,1371,1372,1373,1147,593,592,1585,1058,274,77,366,1015,604,626,1220,328,1025,1167,1181,695,661,531,704,1009,707,600,1010,1052,1241,1242}'::integer[]))