SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    2282, 1589, 1591, 2232, 2298, 1594, 1586, 
    2085, 2087, 2233, 2086, 2234
  )

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "range",
      "possible_keys": ["product_id"],
      "key": "product_id",
      "key_length": "3",
      "used_key_parts": ["product_id"],
      "rows": 12,
      "filtered": 100,
      "attached_condition": "cscart_ab__video_gallery.product_id in (2282,1589,1591,2232,2298,1594,1586,2085,2087,2233,2086,2234)",
      "using_index": true
    }
  }
}

Result

video_id product_id
40 2232
42 2233
43 2234
39 2282
41 2298