QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.47..98.39 rows=19 width=34)
Recheck Cond: (id = ANY ('{3553,3633,3653,3686,3714,3661,3660,3652,3679,3599,3760,3764,3644,3723,3767,3752,3744,3801,3786}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.46 rows=19 width=0)
Index Cond: (id = ANY ('{3553,3633,3653,3686,3714,3661,3660,3652,3679,3599,3760,3764,3644,3723,3767,3752,3744,3801,3786}'::integer[]))