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

Query time 0.00089

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
714 149 A images/vendor_directory/149/Oox waves 1.jpg Oox waves 1.jpg 321293 image/jpeg
715 149 A images/vendor_directory/149/Oox waves 2.jpg Oox waves 2.jpg 326956 image/jpeg
716 149 A images/vendor_directory/149/Oox waves 3.jpg Oox waves 3.jpg 296732 image/jpeg
717 149 A images/vendor_directory/149/Oox waves 4.jpg Oox waves 4.jpg 285565 image/jpeg