SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    50, 52, 46, 9, 44, 62, 182, 215, 216, 217, 
    177, 190, 195, 153, 204, 180, 184, 2, 
    82, 84, 154, 155, 187, 188, 189, 205, 
    219
  )

Query time 0.00026

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_options",
      "access_type": "ALL",
      "possible_keys": ["PRIMARY"],
      "rows": 125,
      "filtered": 21.60000038,
      "attached_condition": "cscart_product_options.option_id in (50,52,46,9,44,62,182,215,216,217,177,190,195,153,204,180,184,2,82,84,154,155,187,188,189,205,219)"
    }
  }
}

Result

option_id option_type
2 S
9 S
44 S
46 S
50 C
52 C
62 S
82 R
84 R
153 S
154 R
155 R
177 S
180 S
182 S
184 S
187 S
188 S
189 S
190 S
195 S
204 S
205 S
215 S
216 S
217 S
219 S