MySQL,select uses in to query. There are about 5000 items in the collection after in. There are many records in this table. The fields in in query are indexed
. the original SQL is similar to this 
  SELECT a FROM table WHERE an in ("1x code 2") and ohterCol = "123"  
how to optimize the efficiency of submitting queries
