QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=35.74..66.62 rows=13 width=156)
Recheck Cond: (id = ANY ('{2171,1221,1592,1547,1599,1591,1597,1598,1589,2260,2259,2258,2257}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..35.74 rows=13 width=0)
Index Cond: (id = ANY ('{2171,1221,1592,1547,1599,1591,1597,1598,1589,2260,2259,2258,2257}'::integer[]))