| Bitmap Heap Scan on tbl_products (cost=17.15..29.85 rows=4 width=156) |
| Recheck Cond: (id = ANY ('{41,1007,2224,942}'::integer[])) |
| -> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.15 rows=4 width=0) |
| Index Cond: (id = ANY ('{41,1007,2224,942}'::integer[])) |