SELECT 
  status_id, 
  param, 
  value 
FROM 
  cscart_status_data 
WHERE 
  status_id IN (6, 2, 5, 4, 7, 3, 1, 19)

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.023605585,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_status_data",
          "access_type": "index",
          "possible_keys": ["PRIMARY"],
          "key": "inventory",
          "key_length": "765",
          "used_key_parts": ["value"],
          "loops": 1,
          "rows": 69,
          "cost": 0.023605585,
          "filtered": 85.50724792,
          "attached_condition": "cscart_status_data.status_id in (6,2,5,4,7,3,1,19)",
          "using_index": true
        }
      }
    ]
  }
}

Result

status_id param value
6 color #28abf6
1 color #97cf4d
2 color #97cf4d
7 color #c2c2c2
19 color #cc4125
4 color #ff5215
5 color #ff5215
3 color #ff9522
2 gift_cert_status A
4 gift_cert_status C
5 gift_cert_status C
6 gift_cert_status C
7 gift_cert_status C
1 inventory D
2 inventory D
3 inventory D
19 inventory D
1 inventory_info default_decline_inventory_info
3 inventory_info default_decline_inventory_info
4 inventory I
5 inventory I
6 inventory I
7 inventory I
1 allow_return N
1 is_editable_inventory N
1 repay N
2 repay N
3 allow_return N
3 is_editable_inventory N
3 repay N
4 allow_return N
4 calculate_for_payouts N
5 allow_return N
5 calculate_for_payouts N
6 allow_return N
6 calculate_for_payouts N
7 allow_return N
7 calculate_for_payouts N
1 gift_cert_status P
3 gift_cert_status P
1 calculate_for_payouts Y
1 payment_received Y
1 remove_cc_info Y
2 allow_return Y
2 calculate_for_payouts Y
2 grant_reward_points Y
2 payment_received Y
2 remove_cc_info Y
3 calculate_for_payouts Y
3 remove_cc_info Y
4 remove_cc_info Y
4 repay Y
5 remove_cc_info Y
5 repay Y
6 remove_cc_info Y
6 repay Y
7 remove_cc_info Y
7 repay Y
19 repay Y