QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=37.99..76.60 rows=21 width=143)
Recheck Cond: (id = ANY ('{2111,2108,2112,1613,2100,2116,2124,2123,2121,2122,2119,2118,2106,2105,2099,2103,2101,1961,2104,2095,1624}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..37.98 rows=21 width=0)
Index Cond: (id = ANY ('{2111,2108,2112,1613,2100,2116,2124,2123,2121,2122,2119,2118,2106,2105,2099,2103,2101,1961,2104,2095,1624}'::integer[]))