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 (
    6037, 6700, 5896, 5889, 5894, 5893, 5897, 
    5891, 5899, 6096, 6087, 6088
  ) 
  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.00052

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 (6037,6700,5896,5889,5894,5893,5897,5891,5899,6096,6087,6088)) 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
5889 squaroes-squaroe-teenage-mutant-ninja-turtles-003-donatello-clone 7
5891 squaroes-squaroe-south-park-007-dead-kenny 7
5893 squaroes-squaroe-south-park-005-chef 7
5894 squaroes-squaroe-south-park-004-kyle 7
5896 squaroes-squaroe-south-park-004-kyle-clone 7
5897 squaroes-squaroe-south-park-006-butters 7
5899 squaroes-squaroe-south-park-008-mr.-garrison 7
6037 squaroes-squaroe-magic-the-gathering-foundations-mtg004-ajani 7
6087 squaroes-squaroe-spongebob-006-gary 7
6088 squaroes-squaroe-spongebob-007-sandy 7
6096 squaroes-squaroe-spongebob-squarepants-sb008-pearl 7
6700 squaroes-squaroe-magic-the-gathering-tarkir-dragonstorm-mtg006-ugin 1