QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.23 rows=20 width=30)
Recheck Cond: (id = ANY ('{3555,3578,3556,3550,3543,3487,3498,3494,3484,3478,3454,2953,3398,3348,3366,3363,3362,3356,3250,3280}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3555,3578,3556,3550,3543,3487,3498,3494,3484,3478,3454,2953,3398,3348,3366,3363,3362,3356,3250,3280}'::integer[]))