QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=37.99..76.60 rows=21 width=143)
Recheck Cond: (id = ANY ('{2108,969,1586,1657,498,1923,1104,1372,1997,1999,2000,1190,1191,2008,2009,1874,1639,1640,2095,1624,1040}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..37.98 rows=21 width=0)
Index Cond: (id = ANY ('{2108,969,1586,1657,498,1923,1104,1372,1997,1999,2000,1190,1191,2008,2009,1874,1639,1640,2095,1624,1040}'::integer[]))