SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (77, 82, 84, 85, 83, 92, 93, 78, 75) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'vi'

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "PRIMARY",
      "key_length": "206",
      "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
      "rows": 9,
      "filtered": 100,
      "attached_condition": "cscart_seo_names.object_id in (77,82,84,85,83,92,93,78,75) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'vi'"
    }
  }
}

Result

product_id seo_name seo_path
75 liposic-eye-gel-0.2 11
77 liposic-eye-gel-0.2-vi-2 11
78 liposic-eye-gel-0.2-vi-3 11
82 liposic-eye-gel-0.2-categories-order-vi-3 11
83 liposic-eye-gel-0.2-categories-order-2 11
84 liposic-eye-gel-0.2-categories-hy1300019 11
85 liposic-eye-gel-0.2-categories-hy1300019-vi 11
92 test-product-test001-vi 11
93 test-product-test003 11