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 (
    135, 136, 137, 138, 139, 140, 141, 142, 
    143
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'de'

Query time 0.00038

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.030115062,
    "nested_loop": [
      {
        "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"],
          "loops": 1,
          "rows": 18,
          "cost": 0.030115062,
          "filtered": 100,
          "index_condition": "cscart_seo_names.object_id in (135,136,137,138,139,140,141,142,143) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'de'"
        }
      }
    ]
  }
}

Result

product_id seo_name seo_path
135 nespresso-essenza-mini-espresso-machine-by-delonghi-ruby-red 43213
136 gourmia-single-serve-k-cup-pod-coffee-maker-with-built-in-frother-black-stainless-steel 43213
137 keurig-k-mini-k15-single-serve-k-cup-pod-coffee-maker-red 43213
138 cuisinart-k-cup-pod-coffee-maker-stainless-steel 43213
139 nespresso-vertuo-coffee-maker-and-espresso-machine-chrome 43213
140 nespresso-vertuoplus-coffee-maker-and-espresso-machine-by-breville-white 43213
141 nespresso-vertuoplus-deluxe-coffee-maker-and-espresso-machine-by-breville-piano-black 43213
142 nespresso-pixie-espresso-machine-by-breville-titan 43213
143 nespresso-inissia-espresso-machine-black 43213