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 (
    1736, 1620, 1520, 1519, 858, 2692, 2988, 
    3580, 3581, 3587, 3639, 3579
  ) 
  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.00100

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.21"
    },
    "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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_seo_names`.`object_id` in (1736,1620,1520,1519,858,2692,2988,3580,3581,3587,3639,3579)) 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.61",
        "eval_cost": "1.60",
        "prefix_cost": "10.21",
        "data_read_per_join": "27K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
858 ultimate-guard-collectors-album-xenoskin-petrolblau 7/16
1519 ultimate-guard-supreme-collectors-album-3-ring-xenoskin-schwarz-clone 7
1520 ultimate-guard-collectors-album-xenoskin-blau 7
1620 ultimate-guard-classic-sleeves-soft 7/8/184
1736 ultimate-guard-card-dividers-standardgroese-weis-10 7/9
2692 ultimate-guard-collectors-album-xenoskin-slim-schwarz 7
2988 ultimate-guard-compact-size-collectors-album-2-ring-xenoskin-schwarz 7
3579 ultimate-guard-cortex-sleeves-japanische-groese-rot-60 7
3580 ultimate-guard-cortex-sleeves-japanische-groese-blau-60 7
3581 ultimate-guard-cortex-sleeves-japanische-groese-grun-60 7/8
3587 ultimate-guard-cortex-sleeves-japanische-groese-matt-grun-60 7
3639 ultimate-guard-cortex-sleeves-japanische-groese-matt-transparent-60 7