SELECT 
  * 
FROM 
  cscart_vd_vendor_images 
WHERE 
  brand_id = 187 
  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": 4,
          "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
1136 187 A images/vendor_directory/187/Stitching octopus 1.jpg Stitching octopus 1.jpg 308657 image/jpeg
1137 187 A images/vendor_directory/187/Stitching octopus 2.jpg Stitching octopus 2.jpg 388199 image/jpeg
1138 187 A images/vendor_directory/187/Stitching octopus 3.jpg Stitching octopus 3.jpg 248171 image/jpeg
1139 187 A images/vendor_directory/187/Stitching octopus 4.jpg Stitching octopus 4.jpg 398379 image/jpeg