QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=26.28..47.43 rows=8 width=130)
Recheck Cond: (id = ANY ('{275,941,1770,1956,1954,1955,1953,1952}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..26.28 rows=8 width=0)
Index Cond: (id = ANY ('{275,941,1770,1956,1954,1955,1953,1952}'::integer[]))