SELECT 
  status_id, 
  param, 
  value 
FROM 
  cscart_status_data 
WHERE 
  status_id IN (
    1, 2, 3, 4, 5, 6, 7, 19, 20, 26, 27, 29, 30
  )

Query time 0.00188

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "68.07"
    },
    "table": {
      "table_name": "cscart_status_data",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY"
      ],
      "rows_examined_per_scan": 115,
      "rows_produced_per_join": 105,
      "filtered": "91.30",
      "cost_info": {
        "read_cost": "47.07",
        "eval_cost": "21.00",
        "prefix_cost": "68.07",
        "data_read_per_join": "157K"
      },
      "used_columns": [
        "status_id",
        "param",
        "value"
      ],
      "attached_condition": "(`marketpl_db`.`cscart_status_data`.`status_id` in (1,2,3,4,5,6,7,19,20,26,27,29,30))"
    }
  }
}

Result

status_id param value
6 allow_return N
2 allow_return Y
7 allow_return N
5 allow_return N
5 inventory I
4 allow_return N
7 inventory I
3 allow_return N
1 allow_return N
6 repay Y
2 repay N
7 repay Y
5 repay Y
2 notify Y
4 repay Y
6 notify Y
3 repay N
1 repay N
6 gift_cert_status C
7 gift_cert_status C
2 gift_cert_status A
5 gift_cert_status C
5 notify Y
4 gift_cert_status C
7 notify Y
3 gift_cert_status P
1 gift_cert_status P
2 inventory D
6 inventory I
4 notify Y
4 inventory I
3 notify Y
3 inventory D
1 notify Y
1 inventory D
6 color #28abf6
2 color #97cf4d
5 color #ff5215
4 color #ff5215
7 color #c2c2c2
3 color #ff9522
1 color #97cf4d
6 remove_cc_info Y
7 remove_cc_info Y
2 remove_cc_info Y
5 remove_cc_info Y
4 remove_cc_info Y
3 remove_cc_info Y
1 remove_cc_info Y
6 calculate_for_payouts N
7 calculate_for_payouts N
2 calculate_for_payouts Y
5 calculate_for_payouts N
4 calculate_for_payouts N
3 calculate_for_payouts Y
1 calculate_for_payouts Y
2 grant_reward_points Y
19 color #cc4125
19 notify Y
19 notify_department Y
19 repay Y
19 inventory D
20 notify Y
20 notify_department Y
20 inventory D
20 remove_cc_info Y
20 repay N
20 appearance_type D
20 allow_return N
26 color #3c78d8
26 inventory I
26 remove_cc_info N
26 repay N
26 appearance_type D
26 calculate_for_payouts N
26 notify_supplier N
26 gift_cert_status P
26 grant_reward_points N
27 color #38761d
27 inventory I
27 remove_cc_info N
27 repay N
27 appearance_type D
27 calculate_for_payouts N
27 notify_supplier N
27 gift_cert_status P
27 grant_reward_points N
29 notify_supplier N
29 repay N
29 inventory I
29 color #ffd966
29 grant_reward_points N
29 gift_cert_status P
29 remove_cc_info N
29 calculate_for_payouts N
29 appearance_type D
30 color #ffd966
30 inventory I
30 remove_cc_info N
30 repay N
30 appearance_type D
30 calculate_for_payouts N
30 notify_supplier N
30 gift_cert_status P
30 grant_reward_points N