QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=54.82..107.09 rows=80 width=142)
Recheck Cond: (id = ANY ('{792,377,932,254,590,942,1208,969,994,1456,1457,1458,201,947,851,1338,1339,1340,983,984,971,986,985,987,988,989,991,992,993,196,384,383,289,594,974,1354,1355,1003,1353,534,1161,1160,941,1201,157,1214,937,1183,1185,1186,1187,1190,1191,1193,1192,1194,1195,1200,1272,1365,1366,1367,1370,9,1374,1372,1373,1371,1375,1558,1584,1585,1586,1587,1781,1782,1783,1784,1785,1657}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..54.80 rows=80 width=0)
Index Cond: (id = ANY ('{792,377,932,254,590,942,1208,969,994,1456,1457,1458,201,947,851,1338,1339,1340,983,984,971,986,985,987,988,989,991,992,993,196,384,383,289,594,974,1354,1355,1003,1353,534,1161,1160,941,1201,157,1214,937,1183,1185,1186,1187,1190,1191,1193,1192,1194,1195,1200,1272,1365,1366,1367,1370,9,1374,1372,1373,1371,1375,1558,1584,1585,1586,1587,1781,1782,1783,1784,1785,1657}'::integer[]))