QUERY PLAN
Sort (cost=16.98..16.98 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=11.88..16.97 rows=1 width=30)
Recheck Cond: (id = ANY ('{215,1,2,5,135,140,160,138,139,184,189,307,203,349,356,374,377,350,369,165,181,164,142,128,130}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..11.88 rows=25 width=0)
Index Cond: (id = ANY ('{215,1,2,5,135,140,160,138,139,184,189,307,203,349,356,374,377,350,369,165,181,164,142,128,130}'::integer[]))