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 (
    621, 860, 619, 861, 5653, 59, 122, 5662, 
    61, 2992, 5663, 123
  ) 
  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.00050

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 (621,860,619,861,5653,59,122,5662,61,2992,5663,123)) 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
59 ultimate-guard-katana-sleeves-standardgroese-blau-100 7/8
61 ultimate-guard-katana-sleeves-standardgroese-grun-100 7/8
122 ultimate-guard-katana-sleeves-standardgroese-gelb-100 7
123 ultimate-guard-katana-sleeves-standardgroese-orange-100 7
619 ultimate-guard-katana-sleeves-japanische-groesse-blau-60 7/8
621 ultimate-guard-katana-sleeves-japanische-groesse-blau-60-de 7/8
860 ultimate-guard-katana-sleeves-japanische-groesse-rot-60 7/8
861 ultimate-guard-katana-sleeves-japanische-groesse-turquiose-60 7/8
2992 ultimate-guard-katana-sleeves-standardgroese-inner-sleeves-100 7/8
5653 ultimate-guard-katana-sleeves-standard-size-jade-garden-100 7
5662 ultimate-guard-katana-sleeves-standardgroese-great-wave-100 7
5663 ultimate-guard-katana-sleeves-standardgroese-mountain-haze-100 7