SELECT 
  * 
FROM 
  cscart_vd_vendor_images 
WHERE 
  brand_id = 136 
  AND image_type = 'A'

Query time 0.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_vd_vendor_images",
          "access_type": "ref",
          "possible_keys": ["brand_id"],
          "key": "brand_id",
          "key_length": "4",
          "used_key_parts": ["brand_id"],
          "ref": ["const"],
          "rows": 6,
          "filtered": 100,
          "attached_condition": "cscart_vd_vendor_images.image_type = 'A'"
        }
      }
    ]
  }
}

Result

id brand_id image_type image_path image_name image_size image_type_mime
1709 136 A images/vendor_directory/136/Nacuanda Perfil.jpg Nacuanda Perfil.jpg 380934 image/jpeg
1708 136 A images/vendor_directory/136/Nacuanda 4.jpg Nacuanda 4.jpg 523356 image/jpeg
1707 136 A images/vendor_directory/136/Nacuanda 2.jpg Nacuanda 2.jpg 492033 image/jpeg
1706 136 A images/vendor_directory/136/Nacuanda 1.jpg Nacuanda 1.jpg 366855 image/jpeg