QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.99..60.15 rows=14 width=130)
Recheck Cond: (id = ANY ('{941,1946,942,1951,1952,1947,1941,1942,1529,542,1955,1956,1954,1953}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.99 rows=14 width=0)
Index Cond: (id = ANY ('{941,1946,942,1951,1952,1947,1941,1942,1529,542,1955,1956,1954,1953}'::integer[]))