INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3ef72682adf53f840df68fcea7844a195e492a85bad03ebebd51fe15380a9335', 
    'inZke9ZFWOLxweS14RWZR2djOcglX1qEJA/8f1Pg4ok=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)