QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=12.86..23.61 rows=3 width=43)
Recheck Cond: (id = ANY ('{1111,4161,1018}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..12.86 rows=3 width=0)
Index Cond: (id = ANY ('{1111,4161,1018}'::integer[]))