SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    52, 46, 9, 44, 158, 62, 182, 214, 177, 190, 
    195, 153, 180, 184, 210, 2, 82, 84, 154, 
    155, 187, 188, 189, 205, 209
  )

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_options",
      "access_type": "ALL",
      "possible_keys": ["PRIMARY"],
      "rows": 125,
      "filtered": 20,
      "attached_condition": "cscart_product_options.option_id in (52,46,9,44,158,62,182,214,177,190,195,153,180,184,210,2,82,84,154,155,187,188,189,205,209)"
    }
  }
}

Result

option_id option_type
2 S
9 S
44 S
46 S
52 C
62 S
82 R
84 R
153 S
154 R
155 R
158 C
177 S
180 S
182 S
184 S
187 S
188 S
189 S
190 S
195 S
205 S
209 S
210 S
214 S