QUERY PLAN
Sort (cost=17.68..17.69 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.34..17.67 rows=1 width=22)
Recheck Cond: (id = ANY ('{135,140,5,215,1,2,134,137,184,189,197,199,349,377,350,369,324,340,333,130,181,164,165,232,172,182,142,128}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.34 rows=28 width=0)
Index Cond: (id = ANY ('{135,140,5,215,1,2,134,137,184,189,197,199,349,377,350,369,324,340,333,130,181,164,165,232,172,182,142,128}'::integer[]))