QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=44.89..85.42 rows=17 width=206)
Recheck Cond: (id = ANY ('{1225,931,2654,2694,2704,1633,1798,1631,916,1687,2480,1794,2458,1754,2550,832,1295}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..44.89 rows=17 width=0)
Index Cond: (id = ANY ('{1225,931,2654,2694,2704,1633,1798,1631,916,1687,2480,1794,2458,1754,2550,832,1295}'::integer[]))