QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.23 rows=20 width=30)
Recheck Cond: (id = ANY ('{3651,3650,3649,3540,3647,3646,3645,3644,3643,3642,3641,3638,3633,3640,3637,3636,3635,3632,3631,3609}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3651,3650,3649,3540,3647,3646,3645,3644,3643,3642,3641,3638,3633,3640,3637,3636,3635,3632,3631,3609}'::integer[]))