QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=51.77..121.03 rows=27 width=30)
Recheck Cond: (id = ANY ('{3494,3507,3470,3514,3581,3596,3515,3633,3660,3652,3589,3577,3786,3644,3723,3767,3752,3744,3816,3609,3827,3872,3847,3798,3751,3949,3927}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..51.76 rows=27 width=0)
Index Cond: (id = ANY ('{3494,3507,3470,3514,3581,3596,3515,3633,3660,3652,3589,3577,3786,3644,3723,3767,3752,3744,3816,3609,3827,3872,3847,3798,3751,3949,3927}'::integer[]))