SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    50, 52, 9, 158, 214, 215, 216, 217, 70, 
    68, 153, 204, 2, 82, 84, 154, 155, 159, 
    162, 187, 188, 189, 205, 219
  )

Query time 0.00022

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_options",
      "access_type": "ALL",
      "possible_keys": ["PRIMARY"],
      "rows": 125,
      "filtered": 19.20000076,
      "attached_condition": "cscart_product_options.option_id in (50,52,9,158,214,215,216,217,70,68,153,204,2,82,84,154,155,159,162,187,188,189,205,219)"
    }
  }
}

Result

option_id option_type
2 S
9 S
50 C
52 C
68 S
70 S
82 R
84 R
153 S
154 R
155 R
158 C
159 S
162 S
187 S
188 S
189 S
204 S
205 S
214 S
215 S
216 S
217 S
219 S