SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    2294, 2283, 2456, 2453, 2471, 2452, 2451, 
    2457, 2454, 2455, 2799, 2795
  )

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 (2294,2283,2456,2453,2471,2452,2451,2457,2454,2455,2799,2795)",
      "using_index": true
    }
  }
}

Result

video_id product_id
68 2283
67 2294