SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (195) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "const",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "ref": [
        "const",
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.00",
        "eval_cost": "0.20",
        "prefix_cost": "0.00",
        "data_read_per_join": "4K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
195 <p> <p>2DVD edition of the 2010 Crossroads Guitar Festival. Featuring: Eric Clapton, Jeff Beck,Sheryl Crow,Vince Gill, Buddy Guy, B.B. King,John Mayer, Bill Murray,Steve Winwood,Ronnie Wood, ZZ Top,and more PLUS behind-the-scenes footage and interviews.</p> <p>&nbsp;</p> <p>DVD 1</p> <p>&nbsp;</p> <p>01 Promise Land - By Sonny Landreth with Eric Clapton</p> <p>02 Z. Rider - By Sonny Landreth with Eric Clapton</p> <p>03 Traveling Shoes - By Robert Randolph &amp; The Family Band</p> <p>04 Going Down - By Pino Daniele, Joe Bonamassa, Robert Randolph &amp; The Family Band</p> <p>05 Killing Floor - By Robert Cray with Jimmie Vaughan &amp; Hubert Sumlin</p> <p>06 Six Strings Down - By Jimmie Vaughan with Robert Cray &amp; Hubert Sumlin</p> <p>07 Waiting For The Bus - By ZZ Top</p> <p>08 Jesus Just Left Chicago - By ZZ Top</p> <p>09 Gypsy Blood - By Doyle Bramhall II</p> <p>10 In My Time Of Dying (Jesus Make Up My Dying Bed) - By Doyle Bramhall II</p> <p>11 Bright Lights - By Gary Clark Jr.</p> <p>12 Long Road Home - By Sheryl Crow with Derek Trucks, Susan Tedeschi, Doyle Bramhall II &amp; Gary Clark Jr.</p> <p>13 Our Love Is Fading - By Sheryl Crow with Eric Clapton, Doyle Bramhall II &amp; Gary Clark Jr.</p> <p>14 Blackwaterside - By Bert Jansch</p> <p>15 Mississippi Blues - By Stefan Grossman &amp; Keb' Mo'</p> <p>16 Roll And Tumble Blues - By Stefan Grossman</p> <p>17 One More Last Chance - By Vince Gill with Keb' Mo', James Burton, Earl Klugh &amp; Albert Lee</p> <p>18 Mystery Train - By Vince Gill with James Burton, Albert Lee, Keb' Mo' &amp; Earl Klugh</p> <p>19 Lay Down Sally - By Vince Gill with Sheryl Crow, Keb' Mo', Albert Lee, James Burton &amp; Earl Klugh</p> <p>20 Angelina - By Earl Klugh</p> <p>21 Vonetta - By Earl Klugh</p> <p>22 Who Did You Think I Was - By John Mayer Trio</p> <p>23 Ain't No Sunshine - By John Mayer Trio</p> <p>&nbsp;</p> <p>DVD 2</p> <p>&nbsp;</p> <p>01 Midnight In Harlem - By Derek Trucks &amp; Susan Tedeschi Band</p> <p>02 Coming Home - By Derek Trucks &amp; Susan Tedeschi Band with Warren Haynes</p> <p>03 Soulshine - By Warren Haynes</p> <p>04 Don't Keep Me Wondering - By David Hidalgo &amp; Cesar Rosas with Derek Trucks</p> <p>05 Space Captain - By Derek Trucks &amp; Susan Tedeschi Band with Warren Haynes, David Hidalgo, Cesar Rosas &amp; Chris Stainton</p> <p>06 Five Long Years - By Buddy Guy with Jonny Lang &amp; Ronnie Wood</p> <p>07 Miss You - By Buddy Guy with Jonny Lang &amp; Ronnie Wood</p> <p>08 Hammerhead - By Jeff Beck</p> <p>09 Nessun Dorma - By Jeff Beck</p> <p>10 Crossroads</p> <p>11 Hands Of The Saints - By Citizen Cope &amp; Eric Clapton</p> <p>12 I Shot The Sheriff</p> <p>13 Shake Your Money Maker - By Eric Clapton &amp; Jeff Beck</p> <p>14 Had To Cry Today - By Steve Winwood &amp; Eric Clapton</p> <p>15 Voodoo Chile - By Eric Clapton &amp; Steve Winwood</p> <p>16 Dear Mr. Fantasy - By Steve Winwood &amp; Eric Clapton</p> <p>17 The Thrill Is Gone - By B.B. King &amp; Ensemble</p> <div></div> </p>