QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.07 rows=20 width=119)
Recheck Cond: (id = ANY ('{3809,3808,3807,3801,3786,3767,3764,3760,3752,3744,3723,3714,3679,3653,3686,3661,3660,3652,3644,3633}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3809,3808,3807,3801,3786,3767,3764,3760,3752,3744,3723,3714,3679,3653,3686,3661,3660,3652,3644,3633}'::integer[]))