SELECT 
  bundle_image_id, 
  bundle_id 
FROM 
  cscart_multi_decproduct_bundle_images 
WHERE 
  bundle_id IN (1, 2, 3)

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.83"
    },
    "table": {
      "table_name": "cscart_multi_decproduct_bundle_images",
      "access_type": "ALL",
      "possible_keys": [
        "bundle_id"
      ],
      "rows_examined_per_scan": 9,
      "rows_produced_per_join": 8,
      "filtered": "88.89",
      "cost_info": {
        "read_cost": "2.23",
        "eval_cost": "1.60",
        "prefix_cost": "3.83",
        "data_read_per_join": "128"
      },
      "used_columns": [
        "bundle_image_id",
        "bundle_id"
      ],
      "attached_condition": "(`vishalecarter_multi_dec`.`cscart_multi_decproduct_bundle_images`.`bundle_id` in (1,2,3))"
    }
  }
}

Result

bundle_image_id bundle_id
1 1
2 1
4 1
5 2
6 2
8 2
9 3
10 3
12 3