SELECT 
  cscart_product_prices.product_id, 
  MIN(
    IF(
      cscart_product_prices.percentage_discount = 0, 
      cscart_product_prices.price, 
      cscart_product_prices.price - (
        cscart_product_prices.price * cscart_product_prices.percentage_discount
      )/ 100
    )
  ) AS price 
FROM 
  cscart_product_prices 
WHERE 
  cscart_product_prices.product_id IN (
    2698, 2340, 3834, 3306, 5848, 2352, 2431, 
    5114, 2922, 5798, 5801, 5829, 3301, 
    5852, 5928, 5847, 2341, 5794, 2702, 
    3147, 3520, 3529, 3146, 3809, 3148, 
    3215, 3213, 3552, 3149, 3157, 5791, 
    3845, 3150, 2228, 3664, 2230, 2655, 
    5890, 2226, 3843, 3840, 5891, 2719, 
    5111, 3385, 3831, 3289, 3382, 3222, 
    3522, 5804, 5113, 3537, 3387, 3388, 
    3528, 3819, 3309, 2918, 3384, 3532, 
    2720, 3807, 2727, 2229, 3550, 3220, 
    5107, 6112, 2429, 3805, 3524, 2921, 
    3668, 3702, 3670, 3684, 3682, 3230, 
    3303
  ) 
  AND cscart_product_prices.lower_limit = 1 
  AND cscart_product_prices.usergroup_id IN (0, 1) 
GROUP BY 
  cscart_product_prices.product_id

Query time 0.00210

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "56.01"
    },
    "grouping_operation": {
      "using_filesort": false,
      "table": {
        "table_name": "cscart_product_prices",
        "access_type": "range",
        "possible_keys": [
          "usergroup",
          "product_id",
          "lower_limit",
          "usergroup_id"
        ],
        "key": "product_id",
        "used_key_parts": [
          "product_id"
        ],
        "key_length": "3",
        "rows_examined_per_scan": 80,
        "rows_produced_per_join": 15,
        "filtered": "19.99",
        "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_prices`.`product_id` in (2698,2340,3834,3306,5848,2352,2431,5114,2922,5798,5801,5829,3301,5852,5928,5847,2341,5794,2702,3147,3520,3529,3146,3809,3148,3215,3213,3552,3149,3157,5791,3845,3150,2228,3664,2230,2655,5890,2226,3843,3840,5891,2719,5111,3385,3831,3289,3382,3222,3522,5804,5113,3537,3387,3388,3528,3819,3309,2918,3384,3532,2720,3807,2727,2229,3550,3220,5107,6112,2429,3805,3524,2921,3668,3702,3670,3684,3682,3230,3303))",
        "cost_info": {
          "read_cost": "54.41",
          "eval_cost": "1.60",
          "prefix_cost": "56.01",
          "data_read_per_join": "383"
        },
        "used_columns": [
          "product_id",
          "price",
          "percentage_discount",
          "lower_limit",
          "usergroup_id"
        ],
        "attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_prices`.`lower_limit` = 1) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_prices`.`usergroup_id` in (0,1)))"
      }
    }
  }
}

Result

product_id price
2226 22000.00000000
2228 19000.00000000
2229 25000.00000000
2230 14000.00000000
2340 7000.00000000
2341 12000.00000000
2352 12000.00000000
2429 7000.00000000
2431 9000.00000000
2655 11000.00000000
2698 11000.00000000
2702 15000.00000000
2719 18000.00000000
2720 18000.00000000
2727 18000.00000000
2918 15000.00000000
2921 18000.00000000
2922 18000.00000000
3146 5000.00000000
3147 6000.00000000
3148 7000.00000000
3149 8000.00000000
3150 10000.00000000
3157 21000.00000000
3213 6000.00000000
3215 12000.00000000
3220 12000.00000000
3222 13000.00000000
3230 15000.00000000
3289 17000.00000000
3301 21000.00000000
3303 21000.00000000
3306 21000.00000000
3309 22000.00000000
3382 15000.00000000
3384 10000.00000000
3385 10000.00000000
3387 15000.00000000
3388 20000.00000000
3520 12000.00000000
3522 13000.00000000
3524 12000.00000000
3528 15000.00000000
3529 15000.00000000
3532 17000.00000000
3537 22000.00000000
3550 17000.00000000
3552 28000.00000000
3664 5000.00000000
3668 18000.00000000
3670 20000.00000000
3682 10000.00000000
3684 10000.00000000
3702 8000.00000000
3805 8000.00000000
3807 11000.00000000
3809 12000.00000000
3819 17000.00000000
3831 25000.00000000
3834 25000.00000000
3840 28000.00000000
3843 28000.00000000
3845 31000.00000000
5107 7500.00000000
5111 7000.00000000
5113 9500.00000000
5114 6000.00000000
5791 65000.00000000
5794 75000.00000000
5798 35000.00000000
5801 49000.00000000
5804 62000.00000000
5829 63000.00000000
5847 33000.00000000
5848 35000.00000000
5852 48000.00000000
5890 91000.00000000
5891 52000.00000000
5928 114000.00000000
6112 114000.00000000