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 (
    5266, 5263, 5256, 6618, 5258, 6444, 6443, 
    4130, 4129, 4128, 4126, 4123
  ) 
  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.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "8.86"
    },
    "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": 13,
      "rows_produced_per_join": 13,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_seo_names`.`object_id` in (5266,5263,5256,6618,5258,6444,6443,4130,4129,4128,4126,4123)) 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": "7.56",
        "eval_cost": "1.30",
        "prefix_cost": "8.86",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
4123 gamegenic-bastion-100-xl-green 7/9
4126 gamegenic-bastion-100-xl-pink-clone 7/9
4128 gamegenic-bastion-100-xl-red-clone 7/9
4129 gamegenic-bastion-100-xl-black-clear-clone 7/9
4130 gamegenic-bastion-100-xl-green-clone-de 7/9
5256 gamegenic-altered-premium-zip-up-album 7
5258 gamegenic-altered-prime-playmat-beyond-the-gates 7
5263 gamegenic-altered-premium-hero-standees-muna 7
5266 gamegenic-altered-premium-hero-standees-bravos-clone 7
6443 gamegenic-altered-prime-playmat-trial-by-frost 7
6444 gamegenic-altered-prime-playmat-kuraokami 7
6618 gamegenic-altered-prime-playmat-ice-storm 7