SELECT 
  cfp.category_filter_id, 
  cfp.product_id, 
  cfp.value, 
  cfp.value_min, 
  cfp.value_max, 
  cfp.options, 
  cf.category_id, 
  cf.type, 
  cf.options as filter_options, 
  cfd.title, 
  cfd.lang_code 
FROM 
  cscart_category_filter_products AS cfp 
  LEFT JOIN cscart_category_filters AS cf ON cf.category_filter_id = cfp.category_filter_id 
  LEFT JOIN cscart_category_filter_descriptions AS cfd ON cfd.category_filter_id = cf.category_filter_id 
  AND cfd.lang_code = 'de' 
WHERE 
  1 
  AND cfp.product_id IN (3012, 3018, 3019, 3015, 3106) 
ORDER BY 
  cfp.category_filter_id ASC

Query time 0.00210

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cfp.category_filter_id",
        "table": {
          "table_name": "cfp",
          "access_type": "ALL",
          "rows": 5787,
          "filtered": 100,
          "attached_condition": "cfp.product_id in (3012,3018,3019,3015,3106)"
        }
      }
    },
    "table": {
      "table_name": "cf",
      "access_type": "ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["category_filter_id"],
      "ref": ["dev.cfp.category_filter_id"],
      "rows": 1,
      "filtered": 100
    },
    "table": {
      "table_name": "cfd",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "10",
      "used_key_parts": ["category_filter_id", "lang_code"],
      "ref": ["dev.cf.category_filter_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cfd.lang_code = 'de' and trigcond(cf.category_filter_id is not null))"
    }
  }
}

Result

category_filter_id product_id value value_min value_max options category_id type filter_options title lang_code
223 3012 968 968.0000000000 968.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"28"} Orbs Type de
223 3015 968 968.0000000000 968.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"28"} Orbs Type de
223 3018 968 968.0000000000 968.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"28"} Orbs Type de
223 3019 969 969.0000000000 969.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"28"} Orbs Type de
223 3106 974 974.0000000000 974.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"28"} Orbs Type de
224 3012 987 987.0000000000 987.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"29"} League de
224 3015 987 987.0000000000 987.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"29"} League de
224 3018 987 987.0000000000 987.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"29"} League de
224 3019 987 987.0000000000 987.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"29"} League de
224 3106 987 987.0000000000 987.0000000000 [] 161 select_set {"type":"list","seller_can_use_any":"N","buyer_can_use_any":"N","values_set":"29"} League de