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 (
    1727, 5603, 4839, 4838, 5607, 5605, 5606, 
    5699, 5703, 5701, 5700, 5697
  ) 
  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.00062

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 (1727,5603,4839,4838,5607,5605,5606,5699,5703,5701,5700,5697)) 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
1727 ultimate-guard-play-mat-design-wordmark 7
4838 ultimate-guard-sidewinder-100-floral-places-2024-tulum-blue 7
4839 ultimate-guard-sidewinder-100-floral-places-2024-bahia-green 7
5603 ultimate-guard-rte-boulder-100-magic-the-gathering-bloomburrow-great-night-owls-egg 7
5605 ultimate-guard-sidewinder-100-xenoskin-magic-the-gathering-bloomburrow-lumra-bellow-of-the-woods 7
5606 ultimate-guard-sidewinder-100-xenoskin-magic-the-gathering-bloomburrow-ygra-eater-of-all 7
5607 ultimate-guard-sidewinder-100-xenoskin-magic-the-gathering-bloomburrow-eluge-the-shoreless-sea 7
5697 ultimate-guard-sidewinder-100-xenoskin-magic-the-gathering-duskmourn-design-2 7
5699 ultimate-guard-sidewinder-100-xenoskin-magic-the-gathering-duskmourn-design-4 7
5700 ultimate-guard-sidewinder-100-xenoskin-magic-the-gathering-duskmourn-design-5 7
5701 ultimate-guard-sidewinder-100-xenoskin-magic-the-gathering-duskmourn-design-6 7
5703 ultimate-guard-sidewinder-100-xenoskin-magic-the-gathering-duskmourn-design-8 7