QUERY PLAN
Bitmap Heap Scan on tbl_services (cost=8.31..13.88 rows=2 width=313)
Recheck Cond: (id = ANY ('{275,273}'::integer[]))
-> Bitmap Index Scan on tbl_services_pkey (cost=0.00..8.30 rows=2 width=0)
Index Cond: (id = ANY ('{275,273}'::integer[]))