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 (
    5226, 5227, 5219, 5217, 5221, 3179, 3138, 
    3448, 5224, 5218, 100, 95
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'de' 
  AND (
    1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00078

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.76"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code"
      ],
      "key_length": "206",
      "rows_examined_per_scan": 15,
      "rows_produced_per_join": 15,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_seo_names`.`object_id` in (5226,5227,5219,5217,5221,3179,3138,3448,5224,5218,100,95)) and (`dbggbern`.`cscart_seo_names`.`type` = 'p') and (`dbggbern`.`cscart_seo_names`.`dispatch` = '') and (`dbggbern`.`cscart_seo_names`.`lang_code` = 'de'))",
      "cost_info": {
        "read_cost": "8.26",
        "eval_cost": "1.50",
        "prefix_cost": "9.76",
        "data_read_per_join": "25K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
95 ultimate-guard-deck-case-100-standardgroese-schwarz 7
100 ultimate-guard-deck-case-100-standardgroese-gelb-clone 7/9
3138 ultimate-guard-cortex-sleeves-standardgroese-schwarz-100 7/8
3179 ultimate-guard-cortex-sleeves-standardgroese-red-100 7/8
3448 ultimate-guard-cortex-sleeves-standardgroese-transparent-100 7
5217 ultimate-guard-cortex-sleeves-standardgroese-petrolblau-100 7/8
5218 ultimate-guard-cortex-sleeves-standardgroese-yellow-100 7/8
5219 ultimate-guard-cortex-sleeves-standardgroese-orange-100 7/8
5221 ultimate-guard-cortex-sleeves-standardgroese-pink-100 7/8
5224 ultimate-guard-cortex-sleeves-standardgroese-violett-100 7/8
5226 ultimate-guard-cortex-sleeves-standardgroese-matte-pink-100 7/8
5227 ultimate-guard-cortex-sleeves-standardgroese-matte-yellow-100 7/8