QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.13..83.04 rows=18 width=502)
Recheck Cond: (id = ANY ('{15,518,2545,2805,2819,2150,2532,20,2744,2130,2170,2592,2492,2574,14,2511,2136,2207}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{15,518,2545,2805,2819,2150,2532,20,2744,2130,2170,2592,2492,2574,14,2511,2136,2207}'::integer[]))