QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=49.47..103.08 rows=19 width=43)
Recheck Cond: (id = ANY ('{3644,3686,3623,3589,3568,3633,3577,3591,3515,3544,3514,3599,3503,3590,3576,3513,3552,3467,3458}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..49.46 rows=19 width=0)
Index Cond: (id = ANY ('{3644,3686,3623,3589,3568,3633,3577,3591,3515,3544,3514,3599,3503,3590,3576,3513,3552,3467,3458}'::integer[]))