QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=30.85..55.00 rows=10 width=143)
Recheck Cond: (id = ANY ('{1899,1900,1908,1909,1755,1307,1756,941,1126,1779}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..30.85 rows=10 width=0)
Index Cond: (id = ANY ('{1899,1900,1908,1909,1755,1307,1756,941,1126,1779}'::integer[]))