| Bitmap Heap Scan on tbl_products (cost=17.43..32.62 rows=5 width=151) |
| Recheck Cond: (id = ANY ('{2055,2058,2056,2059,2057}'::integer[])) |
| -> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.43 rows=5 width=0) |
| Index Cond: (id = ANY ('{2055,2058,2056,2059,2057}'::integer[])) |