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

Query time 0.00065

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": 5,
          "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
541 133 A images/vendor_directory/133/Morí 1.jpg Morí 1.jpg 311754 image/jpeg
542 133 A images/vendor_directory/133/Morí 2.jpg Morí 2.jpg 289758 image/jpeg
543 133 A images/vendor_directory/133/Morí 3.jpg Morí 3.jpg 371830 image/jpeg
544 133 A images/vendor_directory/133/Morí 4.jpg Morí 4.jpg 376688 image/jpeg