QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=38.04..78.72 rows=21 width=156)
Recheck Cond: (id = ANY ('{850,1577,1640,1491,1492,1494,1639,1655,969,994,1456,1457,1562,1558,1584,1585,1586,1587,2171,2177,2261}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..38.04 rows=21 width=0)
Index Cond: (id = ANY ('{850,1577,1640,1491,1492,1494,1639,1655,969,994,1456,1457,1562,1558,1584,1585,1586,1587,2171,2177,2261}'::integer[]))