QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=36.85..71.40 rows=17 width=143)
Recheck Cond: (id = ANY ('{1953,1994,1995,2010,1996,2012,2011,2071,2065,2070,2064,1372,2079,1943,2092,2089,2094}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{1953,1994,1995,2010,1996,2012,2011,2071,2065,2070,2064,1372,2079,1943,2092,2089,2094}'::integer[]))