QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=39.99..82.04 rows=28 width=142)
Recheck Cond: (id = ANY ('{1657,1266,1984,941,1691,1690,1511,1990,1991,1992,1650,1989,1878,1993,1794,1326,1997,1999,2000,1770,1190,1191,2008,2009,1874,1639,1640,2022}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..39.98 rows=28 width=0)
Index Cond: (id = ANY ('{1657,1266,1984,941,1691,1690,1511,1990,1991,1992,1650,1989,1878,1993,1794,1326,1997,1999,2000,1770,1190,1191,2008,2009,1874,1639,1640,2022}'::integer[]))