QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.47..98.53 rows=19 width=34)
Recheck Cond: (id = ANY ('{3582,3581,3555,3638,3658,3676,3709,3556,3657,3776,3578,3749,3781,3609,3797,3873,3906,3874,3841}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.46 rows=19 width=0)
Index Cond: (id = ANY ('{3582,3581,3555,3638,3658,3676,3709,3556,3657,3776,3578,3749,3781,3609,3797,3873,3906,3874,3841}'::integer[]))