QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.42..85.36 rows=19 width=63)
Recheck Cond: (id = ANY ('{2241,2196,3320,3306,3318,2716,2240,2504,1509,2565,656,121,2805,93,528,2130,402,2125,2806}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.41 rows=19 width=0)
Index Cond: (id = ANY ('{2241,2196,3320,3306,3318,2716,2240,2504,1509,2565,656,121,2805,93,528,2130,402,2125,2806}'::integer[]))