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 (
    6763, 6761, 4583, 4591, 5943, 4869, 4870, 
    4871, 4882, 4873, 4880, 4858, 7105, 
    7099, 7085, 7107, 7083, 7127, 7131, 
    7114, 5780, 5781, 5589, 6951
  ) 
  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.00067

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "19.51"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_seo_names`.`object_id` in (6763,6761,4583,4591,5943,4869,4870,4871,4882,4873,4880,4858,7105,7099,7085,7107,7083,7127,7131,7114,5780,5781,5589,6951)) 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": "16.51",
        "eval_cost": "3.00",
        "prefix_cost": "19.51",
        "data_read_per_join": "50K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
4583 up-elite-series-charizard-12-pocket-zippered-pro-binder 7/16
4591 up-elite-series-charizard-alcove-flip-for-pokemon 7/9
4858 up-fallout-spiral-life-pad-for-magic-the-gathering 7
4869 up-fallout-12-pocket-pro-binder-z-for-magic-the-gathering 7
4870 up-fallout-6ft-table-playmat-for-magic-the-gathering 7
4871 up-fallout-8ft-table-playmat-for-magic-the-gathering 7
4873 up-fallout-playmat-b-for-magic-the-gathering 7
4880 up-fallout-playmat-v5-for-magic-the-gathering 7
4882 up-fallout-black-stitched-playmat-w-for-magic-the-gathering 7
5589 up-foundations-learn-to-play-1-player-battlemat-for-magic-the-gathering 7
5780 up-foundations-105ct-apex-deck-protector-sleeves-for-magic-the-gathering 7
5781 up-foundations-alcove-flip-deck-box-for-magic-the-gathering 7
5943 up-elite-series-pikachu-playmat 36
6761 up-elite-gengar-premium-alcove-flip-for-pokemon 7
6763 up-elite-gengar-9-pocket-zippered-pro-binder-for-pokemon 7
6951 up-graded-card-box 7/22/23
7083 up-final-fantasy-holofoil-playmat-premium-for-magic-the-gathering 7/22/23
7085 up-final-fantasy-black-stitched-playmat-premium-y-for-magic-the-gathering 7/22/23
7099 up-final-fantasy-100ct-deck-protector-sleeves-v7-for-magic-the-gathering 7
7105 up-final-fantasy-100ct-deck-protector-sleeves-v1-for-magic-the-gathering 7
7107 up-final-fantasy-double-sided-playmat-premium-t-for-magic-the-gathering 7/22/23
7114 up-final-fantasy-playmat-v3-for-magic-the-gathering 7/22/23
7127 up-final-fantasy-playmat-h-for-magic-the-gathering 7/22/23
7131 up-final-fantasy-playmat-m-for-magic-the-gathering 7/22/23